projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17c1bb4
)
Use correct icon name in testtoolbar
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 27 Oct 2010 14:14:25 +0000
(10:14 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 27 Oct 2010 14:14:25 +0000
(10:14 -0400)
tests/testtoolbar.c
patch
|
blob
|
history
diff --git
a/tests/testtoolbar.c
b/tests/testtoolbar.c
index 1b92d4fb30cd71d28fd9dcbbfdde0f50d263a5c6..888a52fb7370c1585fe041ac47d36e0c3c89a8a4 100644
(file)
--- a/
tests/testtoolbar.c
+++ b/
tests/testtoolbar.c
@@
-701,7
+701,7
@@
main (gint argc, gchar **argv)
add_item_to_list (store, item, "Video");
gtk_toolbar_insert (GTK_TOOLBAR (toolbar), item, -1);
- image = gtk_image_new_from_icon_name ("utilit
y
-terminal", GTK_ICON_SIZE_LARGE_TOOLBAR);
+ image = gtk_image_new_from_icon_name ("utilit
ies
-terminal", GTK_ICON_SIZE_LARGE_TOOLBAR);
item = gtk_tool_button_new (image, "Terminal");
add_item_to_list (store, item, "Terminal");
gtk_toolbar_insert (GTK_TOOLBAR (toolbar), item, -1);